projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3fbc89
)
(calendar-mode-hook): Declare it.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Mar 2007 02:36:25 +0000
(
02:36
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Mar 2007 02:36:25 +0000
(
02:36
+0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index fa7a68acd3081e27ee95901448fe96adaf5ef1e6..18037e9b79425175bed816126acaf250e877bb7a 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-301,6
+301,11
@@
calendar."
:type 'boolean
:group 'holidays)
+(defcustom calendar-mode-hook nil
+ "Hook run when entering `calendar-mode'."
+ :type 'hook
+ :group 'calendar-hooks)
+
;;;###autoload
(defcustom calendar-load-hook nil
"List of functions to be called after the calendar is first loaded.